home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_de.java < prev    next >
Text File  |  1998-09-22  |  8KB  |  212 lines

  1. /*
  2.  * @(#)LocaleElements_de.java    1.9 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_de extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "de_DE" }, // locale id based on iso codes
  57.             { "LocaleID", "0407" }, // Windows id
  58.             { "ShortLanguage", "deu" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "DEU" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "de", "Deutsch" },
  63.                     { "en", "Englisch" },
  64.                     { "da", "D\u00e4nisch" },
  65.                     { "el", "Griechisch" },
  66.                     { "es", "Spanisch" },
  67.                     { "fi", "Finnisch" },
  68.                     { "it", "Italienisch" },
  69.                     { "ja", "Japanisch" },
  70.                     { "nl", "Holl\u00e4ndisch" },
  71.                     { "no", "Norwegisch" },
  72.                     { "pt", "Portugiesisch" },
  73.                     { "sv", "Schwedisch" },
  74.                     { "tr", "T\u00fcrkisch" }
  75.                 }
  76.             },
  77.             { "Countries", // country names
  78.                 new String[][] {
  79.                     { "DE", "Deutschland" },
  80.                     { "AT", "\u00d6sterreich" },
  81.                     { "US", "Vereinigte Staaten" },
  82.                     { "DK", "D\u00e4nemark" },
  83.                     { "GR", "Griechenland" },
  84.                     { "ES", "Spanien" },
  85.                     { "FI", "Finnland" },
  86.                     { "IT", "Italien" },
  87.                     { "CH", "Schweiz" },
  88.                     { "BE", "Belgien" },
  89.                     { "JP", "Japan" },
  90.                     { "GB", "Vereinigtes K\u00f6nigreich" },
  91.                     { "CA", "Kanada" },
  92.                     { "NL", "Niederlande" },
  93.                     { "NO", "Norwegen" },
  94.                     { "PT", "Portugal" },
  95.                     { "SE", "Schweden" },
  96.                     { "TR", "T\u00fcrkei" }
  97.                 }
  98.             },
  99.             { "MonthNames", 
  100.                 new String[] { 
  101.                     "Januar", // january
  102.                     "Februar", // february
  103.                     "M\u00e4rz", // march
  104.                     "April", // april
  105.                     "Mai", // may
  106.                     "Juni", // june
  107.                     "Juli", // july
  108.                     "August", // august
  109.                     "September", // september
  110.                     "Oktober", // october
  111.                     "November", // november
  112.                     "Dezember", // december
  113.                     "" // month 13 if applicable
  114.                 }
  115.             },
  116.             { "MonthAbbreviations", 
  117.                 new String[] { 
  118.                     "Jan", // abb january
  119.                     "Feb", // abb february
  120.                     "Mrz", // abb march
  121.                     "Apr", // abb april
  122.                     "Mai", // abb may
  123.                     "Jun", // abb june
  124.                     "Jul", // abb july
  125.                     "Aug", // abb august
  126.                     "Sep", // abb september
  127.                     "Okt", // abb october
  128.                     "Nov", // abb november
  129.                     "Dez", // abb december
  130.                     "" // abb month 13 if appliclicable
  131.                 }
  132.             },
  133.             { "DayNames", 
  134.                 new String[] { 
  135.                     "Sonntag", // Sunday
  136.                     "Montag", // Monday
  137.                     "Dienstag", // Tuesday
  138.                     "Mittwoch", // Wednesday
  139.                     "Donnerstag", // Thursday
  140.                     "Freitag", // Friday
  141.                     "Samstag" // Saturday
  142.                 }
  143.             },
  144.             { "DayAbbreviations", 
  145.                 new String[] { 
  146.                     "So", // abb Sunday
  147.                     "Mo", // abb Monday
  148.                     "Di", // abb Tuesday
  149.                     "Mi", // abb Wednesday
  150.                     "Do", // abb Thursday
  151.                     "Fr", // abb Friday
  152.                     "Sa" // abb Saturday
  153.                 }
  154.             },
  155.             { "Eras", 
  156.                 new String[] { // era strings
  157.                     "v. Chr.", 
  158.                     "n. Chr." 
  159.                 }
  160.             },
  161.             { "NumberPatterns", 
  162.                 new String[] { 
  163.                     "#,##0.###;-#,##0.###", // decimal pattern
  164.                     "#,##0.00 DM;-#,##0.00 DM", // currency pattern
  165.                     "#,##0%" // percent pattern
  166.                 }
  167.             },
  168.             { "NumberElements", 
  169.                 new String[] { 
  170.                     ",", // decimal separator
  171.                     ".", // group (thousands) separator
  172.                     ";", // list separator
  173.                     "%", // percent sign
  174.                     "0", // native 0 digit
  175.                     "#", // pattern digit
  176.                     "-", // minus sign
  177.                     "E", // exponential
  178.                     "\u2030", // per mille
  179.                     "\u221e", // infinity
  180.                     "\ufffd" // NaN
  181.                 }
  182.             },
  183.             { "CurrencyElements", 
  184.                 new String[] { 
  185.                     "DM", // local currency symbol
  186.                     "DEM", // intl currency symbol
  187.                     "," // monetary decimal separator
  188.                 }
  189.             },
  190.             { "DateTimePatterns", 
  191.                 new String[] { 
  192.                     "H.mm' Uhr 'z", // full time pattern
  193.                     "HH:mm:ss z", // long time pattern
  194.                     "HH:mm:ss", // medium time pattern
  195.                     "HH:mm", // short time pattern
  196.                     "EEEE, d. MMMM yyyy", // full date pattern
  197.                     "d. MMMM yyyy", // long date pattern
  198.                     "dd.MM.yyyy", // medium date pattern
  199.                     "dd.MM.yy", // short date pattern
  200.                     "{1} {0}" // date-time pattern
  201.                 }
  202.             },
  203.             { "DateTimeElements", 
  204.                 new String[] { 
  205.                     "2", // first day of week
  206.                     "4" // min days in first week
  207.                 }
  208.             }
  209.         };
  210.     }
  211. }
  212.